home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00311_LevelsBug.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  409 b   |  19 lines

  1. on mouseDown
  2.   sound stop 1
  3.   sound stop 2
  4.   puppetSound("click2")
  5.   set the castNum of sprite the clickOn to 1 + the castNum of sprite the clickOn
  6.   repeat while the mouseDown
  7.     updateStage()
  8.   end repeat
  9.   updateStage()
  10.   if the soundBusy of 1 then
  11.     repeat while the soundBusy of 1
  12.     end repeat
  13.   end if
  14.   puppetSound(0)
  15.   unLoadCast(1, "Juithe Bar")
  16.   preLoadCast("s1", "harder")
  17.   go("levels")
  18. end
  19.